home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1998 #3 / Amiga Plus CD - 1998 - No. 3.iso / pd / spiele / progammon2.3 / dicetests / dicetest4 < prev    next >
Text File  |  1997-12-08  |  1KB  |  31 lines

  1.  
  2.  A pair of dice are being rolled 108 000 times to check for randomness.
  3.  This test takes about 33 seconds on a 68882 @ 33mhz.  Each combination
  4.  should occur 1/36th of the time (i.e. 3000).
  5.  Test time = 33.60 seconds.
  6.  
  7.  
  8.          1        2        3        4        5        6 
  9.  
  10.  1     3025     3090     3008     3034     3038     2985
  11.  2     3015     2918     3013     3071     3030     2902
  12.  3     3002     3028     2944     3061     2988     3067
  13.  4     2947     2990     2987     2994     2975     2989
  14.  5     2980     3001     2993     2964     2945     3048
  15.  6     3081     3060     2997     2858     3018     2954
  16.  
  17.  The same two times in a row. (i.e. 1/36 * 108 000)
  18.       Theory = 3000   Actual = 2991
  19.  
  20.  Opposite but still the same two times in a row.
  21.       Theory = 3000   Actual = 2990
  22.  
  23.  The same three times in a row. (i.e. 1/1296 * 108 000)
  24.       Theory = 83   Actual = 71
  25.  
  26.  Doubles. (i.e. 1/6 of 108 000)
  27.       Theory = 18 000   Actual = 17780
  28.  
  29.  Total of all rolls including doubles. (i.e. 8.167 * 108 000)
  30.       Theory = 882 000   Actual = 879193
  31.